libxl/PCI: pass correct "hotplug" argument to libxl__device_pci_setdefault()
authorJan Beulich <jbeulich@suse.com>
Thu, 27 Feb 2020 14:45:05 +0000 (15:45 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 27 Feb 2020 14:45:05 +0000 (15:45 +0100)
commitfc7b56510d8ec58660fad389b4d5f674e9b4a18d
treebb5bcbaceff63744647380437e3a76e139f3d82c
parentdf04e202c91a6e79199ecbaf53fbcc0a97ee522f
libxl/PCI: pass correct "hotplug" argument to libxl__device_pci_setdefault()

Uniformly passing "false" can't be right, but has been benign because of
the function not using this parameter.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Wei Liu <wl@xen.org>
tools/libxl/libxl_pci.c